| GUI Help > Create > createCheckBox | ||||||||||||||
|
createCheckBox |
||||||||||||||
| int handle=createCheckBox(int x, int y, int width, int height, str caption, handle parent) | ||||||||||||||
|
Description: Creates a checkbox. This is a small white box which the user clicks on to turn "on" or "off". It has a small label attached so the user knows what the checkbox is for. |
||||||||||||||
|
Return Value: Handle to the new gadget. |
||||||||||||||
| Parameters: | ||||||||||||||
|
||||||||||||||
| Remarks:
|
||||||||||||||
| See Also:
|
||||||||||||||
|
Example: (Note: You will need to include the GUI constants file for this example to work) |